cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/25 - Weather App/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
const weatherApi = {
key: "828cc99e0335c9476a8f751b7c386d9a",
baseUrl: "https://api.openweathermap.org/data/2.5/weather"
}
key: "828cc99e0335c9476a8f751b7c386d9a",
baseUrl: "https://api.openweathermap.org/data/2.5/weather"
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
@font-face {
font-family: "sans";
margin: 0;
padding: 0;
box-sizing: border-box;
}
@font-face {
font-family: "sans";